Welcome![Sign In][Sign Up]
Location:
Search - ofdm p

Search list

[matlabDVB-T 2K Transmission

Description:

%DVB-T 2K Transmission
%The available bandwidth is 8 MHz
%2K is intended for mobile services

基于ofdm的DVB-T 2K 的matlab程序,很经典哦


Platform: | Size: 1153 | Author: bingdao89 | Hits:

[matlabofdm的仿真程序

Description:

这是关于OFDM基本原理的仿真,对了解OFDM的原理很有帮助!


Platform: | Size: 964 | Author: zaichao | Hits:

[matlabofdm-信道估计-MATLAB

Description:

ofdm-信道估计-MATLAB


Platform: | Size: 6966 | Author: xiaofan308 | Hits:

[matlabofdm的信道估计MATLAB仿真完整版1

Description:

ofdm的信道估计MATLAB仿真完整版


Platform: | Size: 13664 | Author: xiaofan308 | Hits:

[Other用MATLAB实现的ofdm的信道估计

Description:

本人方向是OFDM的MATLAB实现的信道估计,经典加精华收藏


Platform: | Size: 2911602 | Author: xiaofan308 | Hits:

[matlabofdm的信道估计MATLAB仿真

Description:

ofdm的信道估计MATLAB仿真


Platform: | Size: 5925 | Author: xiaofan308 | Hits:

[Otherofdmsim

Description: ofdm仿真,可以直接运行,希望对大家有用-OFDM simulation can be run directly, it may be useful to
Platform: | Size: 2048 | Author: 古胜辉 | Hits:

[Program docCE_OFDM

Description: (Channel Estimation in OFDM Systems)正交分頻多工系統中的各種通道估測技術-(Channel Estimation in OFDM Systems) OFDM system, various channel estimation techniques
Platform: | Size: 548864 | Author: 蔡宗軒 | Hits:

[Communication-MobileOFDM-PAR-PPT

Description: 分析OFDM 有关PAR 问题 的一个很好的PPT-Xu Pleiades PAR TING OFDM bleed at the nose cavity恀Questions instance stamp suspect exhaust cavity PPT
Platform: | Size: 667648 | Author: 孙威 | Hits:

[matlabOFDM(Matlab)

Description: OFDM Simulation Using Matlab 里面附有详细关于OFDM实现的说明,并给出了MATLAB实现代码-OFDM Simulation Using Matlab inside with detailed description on the OFDM realize, and realize given MATLAB code
Platform: | Size: 377856 | Author: fgj | Hits:

[Otherbook-OFDM_for_Wireless_Multimedia_Communications.z

Description: ofdm 的经典教材 对初学者了解ofdm基本原理会有很大帮助 英文原版-a classical book about ofdm theory (english edition) it may be helpful for the beginers to understand the basic theory
Platform: | Size: 2948096 | Author: 孙彦 | Hits:

[Otherperfect_OFDM

Description: 还在为“基于MATLAB的OFDM系统仿真”的朋友,可以看看我总结的资料! 该代码通过综合了本站中的两个源代码,在MATLAB 7.0下完成OFDM系统的完美仿真:音频数据采集->S/P转换->16QAM映射->IFFT处理->添加CP->P/S->理想/多径信道传送->……(FFT等)->传输结果比较(前后频谱图、可以直接通过听前后的音频文件来辨别系统的好坏-理想信道时音质前后相同)。在此还要感谢那两位站员提供相关的代码,也希望能对其他人有帮助。更希望本站能吸引更多的编程爱好者再创佳绩。-KEYWORD:OFDM MATLAB 7.0 CP IFFT FFT P/S S/P Also for the " Based on MATLAB simulation of the OFDM system," a friend, you can see my summary of the information! The code through a combination of the two site source code, MATLAB 7.0 at complete perfection OFDM system simulation: Audio Data Acquisition-> S/P conversion-> 16QAM mapping-> IFFT processing-> Add CP-> P/S-> ideal/multi-path channel transmission-> ... ... (FFT, etc.)-> transmission results (before and after the frequency spectrum can be directly before and after listening to audio files to identify the system good or bad- when the ideal channel before and after the same sound quality). This would also like to thank at the two stations to provide the relevant code, also hope to have helped others. I also hope to attract more site programming enthusiasts new heights.
Platform: | Size: 8192 | Author: sunshinepwf | Hits:

[Windows DevelopOFDM

Description: Orthogonal Frequency-Division Multiplexing (OFDM) J.J. van de Beek1, P. Ö dling2, S.K. Wilson1, P.O. Bö rjesson2
Platform: | Size: 129024 | Author: Hieu | Hits:

[Linux-Unixofdm-tge

Description: OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵 共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量 在0,N/2点必须是实数 一般选为0 1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI clc close all clear all figure(1) n=160 for i=1:n data(i)= 2*round(rand)-1 end create modulated BPSK signal first expand the bit stream exdata=[] for i=1:length(data) for rep=1:5 exdata= [exdata data(i)] end end ts=.1 t=1:ts:80.9 carrier=cos(pi*t) multiply expanded bitstream by cosine wave with carrier frequency this is the BPSK that is to be transmitted over the channel bpsk=carrier.*exdata bpsk=[bpsk(length(bpsk)-1) bpsk(length(bpsk)) bpsk] plot(bpsk) generating the noise p=rand(1,800)*2*pi p=rand*2*pi snr=10 r=sqrt(-1*(1/snr*log(1- rand))) no = 5*(r.* exp(j*p)) no = (r.* exp(j*p)) value of alpha al=rand+j*rand al=1 Spreading channel with the alpha as the variable for k=5:5:795 for l = 1:5 al=round(rand)+j*round(rand) rec(k+l)=bpsk(k+l)+al*bpsk(k-5+l) end end rxdata=rec+ no begin demodulation first multiply recie
Platform: | Size: 6146048 | Author: 卞敏捷 | Hits:

[Windows Developofdm

Description: 摘要:正交频分复用(OFDM)是第四代移动通信的核心技术。该文首先简要介绍了OFDM基本原理,重点研究了理想同步情 况下,保护时隙(CP)和不同的信道估计方法在高斯信道和多径瑞利衰落信道下对OFDM系统性能的影响。在给出OFDM系 统模型的基础上,用MATLAB语言实现了整个系统的计算机仿真并给出参考设计程序。最后给出在不同的信道条件下,保 护时隙、信道估计方法对OFDM系统误码率影响的比较曲线,得出了较理想的结论。 -O FDM is the key techno logy of 4G in the field of mobile comm unication.In this article O FDM ba sic p rinc ip le is briefly in troduced.Then,the influence of CP and d iffe rent channe l e stim a tion on the system pe rfo rm ance is emp ha tica lly analyzed respectively in Gauss and R ayle igh fading channe ls in the cond ition of ideal synchronization.B e sides,based on the given system mode l O FDM system is compu te r sim u la ted w ith MA TLAB language and the refe rentia l design p rocedure is given.Fina lly,the B ER cu rves of CP and channe l e stim ation a re given and comp ared.The conclusion is sa tisfac to ry.
Platform: | Size: 9216 | Author: 海之魂 | Hits:

[Software EngineeringDSP_based_power_line_modem

Description: 基于DSP的电力线调制解调器及其驱动程序的研究,包括OFDM调制技术、卷积码、交织编码和Turbo码编码技术、同步、访问控制方式等关键技术。研究生毕业论文,花银子买的,现在无私贡献出来咯!不可多得,叙述非常详尽,仅供参考!-DSP-based power line modem and its drivers, including studies on OFDM modulation, convolutional codes, interleaving coding and Turbo coding techniques, synchronization, access control methods such as key technologies. Post-graduate thesis and spent money on, and now, out of selfless contribution to strategy! Rare, describes in great detail for reference purposes only!
Platform: | Size: 3870720 | Author: Kerwin | Hits:

[File FormatPAPR_Reduction_1

Description: 一个非常好的降低OFDM峰均比的算法文档-A very good PAPR reduction algorithm for OFDM Documents
Platform: | Size: 167936 | Author: xinjianzhou | Hits:

[File FormatMulti-Carrier_PAP_Reduction

Description: OFDM的一个多载波峰均比降低算法分析,挺好的,希望能与大家同享-A multi-carrier OFDM PAPR reduction algorithm analysis
Platform: | Size: 208896 | Author: xinjianzhou | Hits:

[File FormatA_New_Search_in_GA

Description: 在OFDM峰均比中采用遗传算法降低部分传输序列复杂度的新方法-PAPR in OFDM to reduce the use of genetic algorithm partial transmit sequence complexity of the new method
Platform: | Size: 226304 | Author: xinjianzhou | Hits:

[matlabofdmpaprs

Description: 非常详细的OFDM峰均比各种方法比较,带可复制仿真图!-OFDM PAPR very detailed comparison of various methods with simulation graph can be copied!
Platform: | Size: 119808 | Author: 张宇 | Hits:
« 12 »

CodeBus www.codebus.net